home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestDelphiAudioEditor2 / Vox.dfm < prev    next >
Encoding:
Text File  |  2002-10-10  |  1.0 KB  |  57 lines

  1. object frmVox: TfrmVox
  2.   Left = 279
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set VOX Format'
  6.   ClientHeight = 139
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object OKBtn: TButton
  15.     Left = 204
  16.     Top = 13
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'OK'
  20.     Default = True
  21.     ModalResult = 1
  22.     TabOrder = 0
  23.     OnClick = OKBtnClick
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 204
  27.     Top = 43
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object rgFrequency: TRadioGroup
  36.     Left = 8
  37.     Top = 8
  38.     Width = 185
  39.     Height = 121
  40.     Caption = 'Frequency (Hz)'
  41.     Columns = 2
  42.     ItemIndex = 8
  43.     Items.Strings = (
  44.       '6000'
  45.       '8000'
  46.       '11025'
  47.       '12000'
  48.       '16000'
  49.       '22050'
  50.       '24000'
  51.       '32000'
  52.       '44100'
  53.       '48000')
  54.     TabOrder = 2
  55.   end
  56. end
  57.